< Prev(J) / Next(K) > / View :

Filename: /text/sbasic/shared/03131300.xhp

(section: twipsperpixelx) (bookmark: bm_id3153539)
TwipsPerPixelX function

TwipsPerPixelX 関数

TwipsPerPixelX Function [Runtime]
TwipsPerPixelX 関数 [実行時](hd_id3153539.1)

Returns the number of twips that represent the width of a pixel.
ピクセルの幅を示す twip 数を返します。(par_id3153394.2)

(/section: twipsperpixelx)

Syntax:
構文:(hd_id3153527.3)

n = TwipsPerPixelX
n = TwipsPerPixelX (par_id3151110.4)

Return value:
戻り値:(hd_id3150669.5)

Integer
整数(par_id3150503.6)

Example:
例:(hd_id3159176.7)

Sub ExamplePixelTwips
Sub ExamplePixelTwips(par_id3156152.8)

MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"
MsgBox "" & TwipsPerPixelX() & " Twips * " & TwipsPerPixelY() & " Twips",0,"Pixel size"(par_id3153061.9)

End Sub
End Sub(par_id3149670.10)


< Prev / Next >